//==============================================================================
// Rain of Destruction_anim.xt
//==============================================================================

//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Idle
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				VisualGranny RainOfDestruction_idle
				tag FootstepRight 0.01 true
				tag FootstepLeft 0.20 true
				tag FootstepRight 0.26 true
				tag FootstepLeft 0.35 true
				tag FootstepRight 0.42 true
				tag FootstepLeft 0.50 true
				tag FootstepRight 0.56 true
				tag FootstepRight 0.68 true
				tag FootstepLeft 0.75 true
				tag FootstepRight 0.84 true
				tag SpecificSoundSet 0.01 false RainOfDestructionSFX checkVisible
				tag SpecificSoundSet 0.20 false RainOfDestructionSFX checkVisible
				tag SpecificSoundSet 0.26 false RainOfDestructionSFX checkVisible
				tag SpecificSoundSet 0.35 false RainOfDestructionSFX checkVisible
				tag SpecificSoundSet 0.42 false RainOfDestructionSFX checkVisible
				tag SpecificSoundSet 0.50 false RainOfDestructionSFX checkVisible
				tag SpecificSoundSet 0.56 false RainOfDestructionSFX checkVisible
				tag SpecificSoundSet 0.68 false RainOfDestructionSFX checkVisible
				tag SpecificSoundSet 0.75 false RainOfDestructionSFX checkVisible
				tag SpecificSoundSet 0.84 false RainOfDestructionSFX checkVisible
				Length 6.0
			}
		}
	}
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
   	      			Visualnone jimmy
	 }
      }
   }
}